home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.4 Applications 1997 August / SGI IRIX 6.4 Applications 1997 August.iso / dist / demos.idb / usr / demos / General_Demos / amesh / microphone.z / microphone
Encoding:
Text File  |  1997-06-26  |  274 b   |  13 lines

  1. #!/bin/csh -f
  2. #Tag 0x9059
  3.  
  4.  
  5.  
  6. /sbin/killall /usr/sbin/sfplay
  7. /sbin/killall /usr/demos/General_Demos/amesh/amesh
  8. setenv DISPLAY localhost:0.0
  9. /usr/sbin/apanel -nodisplay -defaultin Analog In -device Analog In -source Microphone&
  10. /usr/demos/General_Demos/amesh/amesh -line &
  11.  
  12.  
  13.